FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ans.cnsa.fhir#0.1.2 (47 ms)

Package ans.cnsa.fhir
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ans.cnsa.fhir@0.1.2&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande
Url http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande
Version 1.0
Status active
Date 2020-06-23
Name TaskMDPHDemande
Experimental False
Authority national
Description Profil TaskMDPHDemande adapté au cas d'usage SI-MDPH. La ressource « Task » regroupe les informations relatives à la transmission des mises à jour du dossier de demandes, aux demandes de modification du dossier par l’usager et aux demandes de pièces complémentaires par le SI-MDPH, ainsi qu’à la transmission des décisions. Le profilage de cette ressource est nécessaire pour chacun des objets métiers suivants : dossier, demande, décision Un profil spécifique est créé et nommé TaskMDPHDemande. Ce profil regroupe les informations relatives à l’objet métier « demande ».
Type Task
Kind resource

Resources that use this resource

CapabilityStatement
http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/TSIMDPH.SIMDPH CI-SIS Teleservice-SI-MDPH - SIMDPH
http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/TSIMDPH.Teleservice CI-SIS Teleservice-SI-MDPH - Teleservice
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/BundleTransmissionElementsDossier BundleTransmissionElementsDossier
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CommunicationMDPH CommunicationMDPH
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CommunicationRequestMDPH CommunicationRequestMDPH
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/DocumentReferenceMDPH DocumentReferenceMDPH
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDecision TaskMDPHDecision

Resources that this resource uses

StructureDefinition
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDossier TaskMDPHDossier


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande",
  "version" : "1.0",
  "name" : "TaskMDPHDemande",
  "status" : "active",
  "date" : "2020-06-23",
  "publisher" : "ANS",
  "description" : "Profil TaskMDPHDemande adapté au cas d'usage SI-MDPH. \r\nLa ressource « Task » regroupe les informations relatives à la transmission des mises à jour du dossier de demandes, aux demandes de modification du dossier par l’usager et aux demandes de pièces complémentaires par le SI-MDPH, ainsi qu’à la transmission des décisions. \r\nLe profilage de cette ressource est nécessaire pour chacun des objets métiers suivants : dossier, demande, décision\r\nUn profil spécifique est créé et nommé TaskMDPHDemande. Ce profil regroupe les informations relatives à l’objet métier « demande ».",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Task",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Task.meta",
        "path" : "Task.meta",
        "min" : 1
      },
      {
        "id" : "Task.meta.profile",
        "path" : "Task.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande"
      },
      {
        "id" : "Task.identifier",
        "path" : "Task.identifier",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Task.groupIdentifier",
        "path" : "Task.groupIdentifier",
        "min" : 1
      },
      {
        "id" : "Task.partOf",
        "path" : "Task.partOf",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDossier"
            ]
          }
        ]
      },
      {
        "id" : "Task.status",
        "path" : "Task.status",
        "fixedCode" : "ready"
      },
      {
        "id" : "Task.intent",
        "path" : "Task.intent",
        "fixedCode" : "plan"
      },
      {
        "id" : "Task.code",
        "path" : "Task.code",
        "min" : 1,
        "binding" : {
          "strength" : "required",
          "description" : "JDV_Nomenclature type de demande",
          "valueSet" : "https://mos.esante.gouv.fr/NOS/JDV_JXX-TypeDemande/FHIR/JDV-JXX-TypeDemande"
        }
      },
      {
        "id" : "Task.input",
        "path" : "Task.input",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "type.text"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Task.input:StatutCourantDAffichageDeLaDemande",
        "path" : "Task.input",
        "sliceName" : "StatutCourantDAffichageDeLaDemande",
        "max" : "1"
      },
      {
        "id" : "Task.input:StatutCourantDAffichageDeLaDemande.type.text",
        "path" : "Task.input.type.text",
        "min" : 1,
        "fixedString" : "Statut courant d’affichage de la demande"
      },
      {
        "id" : "Task.input:StatutCourantDAffichageDeLaDemande.value[x]",
        "path" : "Task.input.value[x]",
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "binding" : {
          "strength" : "required",
          "description" : "NomenclatureStatutsAffichesDemande",
          "valueSet" : "https://mos.esante.gouv.fr/NOS/JDV_JXX-StatutDemandeAffiches/FHIR/JDV-JXX-StatutDemandeAffiches"
        }
      },
      {
        "id" : "Task.input:StatutCourantMetierDeLaDemande",
        "path" : "Task.input",
        "sliceName" : "StatutCourantMetierDeLaDemande",
        "max" : "1"
      },
      {
        "id" : "Task.input:StatutCourantMetierDeLaDemande.type.text",
        "path" : "Task.input.type.text",
        "min" : 1,
        "fixedString" : "Statut courant métier de la demande"
      },
      {
        "id" : "Task.input:StatutCourantMetierDeLaDemande.value[x]",
        "path" : "Task.input.value[x]",
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "binding" : {
          "strength" : "required",
          "description" : "NomenclatureStatutsMetierDemande",
          "valueSet" : "https://mos.esante.gouv.fr/NOS/JDV_JXX-StatutDemande/FHIR/JDV-JXX-StatutDemande"
        }
      },
      {
        "id" : "Task.input:SousStatutDeLaDemande",
        "path" : "Task.input",
        "sliceName" : "SousStatutDeLaDemande",
        "max" : "1"
      },
      {
        "id" : "Task.input:SousStatutDeLaDemande.type.text",
        "path" : "Task.input.type.text",
        "min" : 1,
        "fixedString" : "Sous-statut de la demande"
      },
      {
        "id" : "Task.input:SousStatutDeLaDemande.value[x]",
        "path" : "Task.input.value[x]",
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "binding" : {
          "strength" : "required",
          "description" : "NomenclatureEditeursSpecifiquesDemande",
          "valueSet" : "http://URLcanoniqueDuJDV"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.